home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 January: Mac OS SDK / Dev.CD Jan 97 SDK2.toast / Development Kits (Disc 2) / OpenDoc Development Framework / ODFDev / ViewTester / Sources / MacMake.bmk < prev    next >
Encoding:
Text File  |  1996-09-17  |  3.4 KB  |  128 lines  |  [TEXT/MPS ]

  1. #========================================================================================
  2. #
  3. #    File:                            MakeMake.bmk
  4. #    Release Version:    $ ODF 2 $
  5. #
  6. #    Copyright:    (c) 1993 - 1996 by Apple Computer, Inc., all rights reserved.
  7. #
  8. #========================================================================================
  9.  
  10. __ComponentName = ODFViewTester
  11.  
  12. __ComponentSignature = 'ODFt'
  13.  
  14. __IncludeDirs =                 ∂
  15.     -i "{FWODHandMadeIncludes}" ∂
  16.     -i "{FWODCppIncludes}"             ∂
  17.     -i "{ODF}Found:FWCollec:"     ∂
  18.     -i "{ODF}Found:FWCommon:"     ∂
  19.     -i "{ODF}Found:FWDebug:"         ∂
  20.     -i "{ODF}Found:FWExcLib:"     ∂
  21.     -i "{ODF}Found:FWMemory:"     ∂
  22.     -i "{ODF}Found:FWNotifn:"     ∂
  23.     -i "{ODF}Found:FWODExce:"     ∂
  24.     -i "{ODF}Found:FWRefCnt:"     ∂
  25.     -i "{ODF}Found:FWRunTyp:"     ∂
  26.     -i "{ODF}Found:FWStream:"     ∂
  27.     -i "{ODF}Found:FWString:"     ∂
  28.     -i "{ODF}Found:ODUtils:"     ∂
  29.     -i "{ODF}Found:Layer:"         ∂
  30.     -i "{ODF}OS:FWFiles:"         ∂
  31.     -i "{ODF}OS:FWGraphx:"         ∂
  32.     -i "{ODF}OS:FWMenu:"             ∂
  33.     -i "{ODF}OS:FWODMisc:"         ∂
  34.     -i "{ODF}OS:FWOSMisc:"         ∂
  35.     -i "{ODF}OS:FWResour:"         ∂
  36.     -i "{ODF}OS:FWThread:"         ∂
  37.     -i "{ODF}OS:FWToolbx:"         ∂
  38.     -i "{ODF}OS:Layer:"             ∂
  39.     -i "{ODF}Framewrk:FWEvents:"    ∂
  40.     -i "{ODF}Framewrk:FWPart:"        ∂
  41.     -i "{ODF}Framewrk:FWSemEvt:"    ∂
  42.     -i "{ODF}Framewrk:FWViews:"        ∂
  43.     -i "{ODF}Framewrk:FWWindow:"    ∂
  44.     -i "{ODF}Framewrk:Layer:"            ∂
  45.     -i "{ODF}{FWCompiler}{FWBldType}:" ∂
  46.     -i "{ODF}Other View Systems:MacApp Views:" ∂
  47.     -i "{ODF}Other View Systems:PowerPlant PPob:" ∂
  48.     -i "{_FWTargetDir}"
  49.  
  50. __IDLIncludeDirs = ∂
  51.     -I "{FWODIDLIncludes}"
  52.     
  53. __ComponentSourcesFromIDL = ∂
  54.     "{_FWTargetDir}"SOMPtMc.cpp ∂
  55.     "{_FWTargetDir}SOMPart.xh" ∂
  56.     "{_FWTargetDir}SOMPart.xih"
  57.  
  58. __FWRCIncludeDirs = ∂
  59.     -i "{ODF}Found:FWCommon:" ∂
  60.     -i "{ODF}Found:FWStream:" ∂
  61.     -i "{ODF}Found:FWString:" ∂
  62.     -i "{ODF}Found:FWNotifn:" ∂
  63.     -i "{ODF}OS:FWResour:"         ∂
  64.     -i "{ODF}OS:FWMenu:"             ∂
  65.     -i "{ODF}OS:FWToolbx:"         ∂
  66.     -i "{ODF}OS:FWGraphx:"         ∂
  67.     -i "{ODF}Framewrk:FWPart:" ∂
  68.     -i "{ODF}Framewrk:FWViews:" ∂
  69.     -i "{FWODHandMadeIncludes}" ∂
  70.     -i "{FWODRIncludes}" ∂
  71.     -i "{ODF}{FWCompiler}{FWBldType}:" ∂
  72.     -i "{_FWTargetDir}"
  73.  
  74. __ComponentObjects = ∂
  75.     "{_FWObjDir}"FWMAObjs.cpp.o ∂
  76.     "{_FWObjDir}"FWMARead.cpp.o ∂
  77.     "{_FWObjDir}"FWPPobOb.cpp.o ∂
  78.     "{_FWObjDir}"FWPPobRd.cpp.o ∂
  79.     "{_FWObjDir}"SOMPtMc.cpp.o ∂
  80.     "{_FWObjDir}"Dialog.cpp.o ∂
  81.     "{_FWObjDir}"Part.cpp.o ∂
  82.     "{_FWObjDir}"Frame.cpp.o
  83.  
  84. __ComponentResources = ∂
  85.     "{_FWObjDir}"Part.rsrc ∂
  86.     "{_FWObjDir}"MacVers.rsrc ∂
  87.     "{_FWObjDir}"Menus.rsrc ∂
  88.     "{_FWObjDir}"Views.rsrc ∂
  89.     "{_FWTargetDir}"ViewTester.rsrc ∂
  90.     "{_FWObjDir}"PartInfo.rsrc
  91.  
  92. __CFMInitFunction = ODFCFMINIT
  93.  
  94. # directory dependency propagation
  95. "{_FWObjDir}" ƒ "{_FWTargetDir}" ∂
  96.                                 "{ODF}Other View Systems:MacApp Views:" ∂
  97.                                 "{ODF}Other View Systems:PowerPlant PPob:" 
  98.  
  99. #
  100. # SOM Part Glue
  101. #
  102.  
  103. "{_FWTargetDir}SOMPart.xih" ƒ "{_FWTargetDir}SOMPart.idl"
  104. "{_FWTargetDir}SOMPart.xh" ƒ "{_FWTargetDir}SOMPart.idl"
  105.  
  106. # We don't make the SOM .cpp file depend on the .idl file because
  107. # we use a macro; if we established a dependency then somc would auto-generate
  108. # the file and expand our macro. This isn't a problem because we still depend
  109. # on the .xh and .xih files, so we'll still get recompiled.
  110.  
  111. #"{_FWTargetDir}SOMPtMc.cpp" ƒ "{_FWTargetDir}SOMPart.idl"
  112. "{_FWTargetObjectsDir}SOMPtMc.cpp.o" ƒ "{_FWTargetDir}SOMPart.xh" "{_FWTargetDir}SOMPart.xih"
  113.  
  114. #
  115. # Resources
  116. #
  117.  
  118. "{_FWObjDir}"Part.rsrc ƒ ∂
  119.     "{_FWTargetDir}"Part.r ∂
  120.     "{_FWTargetDir}"MacIcons.rsrc ∂
  121.     "{_FWTargetDir}"Binding.k
  122.  
  123. "{_FWObjDir}"PartInfo.rsrc ƒ ∂
  124.     "{_FWTargetDir}"PartInfo.fr ∂
  125.     "{_FWTargetDir}"Defines.k ∂
  126.     "{_FWTargetDir}"Binding.k
  127.  
  128.